home *** CD-ROM | disk | FTP | other *** search
/ Realizing the Dream - An …al Space Station Sampler / Realizing the Dream - An International Space Station Sampler (NASA).iso / pc / wt / webmodule_new / introtext.swf / scripts / DefineSprite_148 / frame_2 / DoAction.as
Encoding:
Text File  |  2000-10-31  |  192 b   |  10 lines

  1. play();
  2. set("letter:char",chr("65" + random("57")));
  3. set("letter2:char",chr("65" + random("57")));
  4. letterCount += "1";
  5. if("20" < letterCount)
  6. {
  7.    gotoAndStop("Finish");
  8.    play();
  9. }
  10.